Disable Ruby updates by Renovate and revert to Ruby v3#745
Merged
Yang-33 merged 5 commits intoline:masterfrom Jan 22, 2026
Merged
Disable Ruby updates by Renovate and revert to Ruby v3#745Yang-33 merged 5 commits intoline:masterfrom
Yang-33 merged 5 commits intoline:masterfrom
Conversation
Yang-33
reviewed
Jan 22, 2026
Contributor
There was a problem hiding this comment.
The root cause of not being able to detect the failure of the release job in advance is that the Ruby version was partially upgraded to 4 by Renovate. #726.
The manifest was the trigger for the failure this time, but I believe issues will arise due to other libraries as well. It may work with Ruby 3.4 probably.
Since there are issues with using Ruby 4(#721), it would be better to configure Renovate not to update it automatically. This is a straightforward fix, so I would appreciate it if you could address it as well!
Contributor
There was a problem hiding this comment.
in this PR. No need to split change
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ruby version upgrades should be performed manually. Updating Ruby requires changes to the CI configuration, and language versions do not necessarily follow semantic versioning.
Since Ruby v4 has not been sufficiently validated yet, we will revert to v3 for now.